home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 132 (Alt)
/
Vol 132.iso
/
games
/
hewitt.swf
/
scripts
/
frame_50
/
PlaceObject2_2828_536
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-06-09
|
174 b
|
11 lines
onClipEvent(enterFrame){
t++;
if(t == 2)
{
frameCount += 1.15;
frame = Math.round(frameCount);
t = 0;
}
this.gotoAndStop(frame);
}